home *** CD-ROM | disk | FTP | other *** search
- Path: csulb.edu!davidcho
- From: davidcho@csulb.edu (David Cho)
- Newsgroups: comp.lang.c
- Subject: Multiple Entries/User Interface
- Date: 25 Mar 1996 01:13:27 GMT
- Organization: Cal State Long Beach
- Message-ID: <4j4rvn$hp6@hatathli.csulb.edu>
- NNTP-Posting-Host: heart.engr.csulb.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- In Turbo C++, is it possible to create a user interface that looks like this?
-
- Your Name:
- SS:
- City:
- State:
-
- Whereby the user is able to input all four responses on the same screen
- rather than one line at a time. So the user will type the name, tab,
- social security, tab, city, tab, state and enter.
-
- Thank you.
-
-
-